home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
windows
/
editprog
/
we_30x.arj
/
WEDLANG.DL_
< prev
next >
Wrap
Text File
|
1994-05-13
|
15KB
|
499 lines
; This is the language file for all of WinEdit's messages, menus, and
; dialog boxes. It really is an INI file, but should be treated as
; a DLL, hence its name.
;
; The MAIN section has two functions. The LangAvail keyword has a comma
; delimited list of supported languages. The remainder of the MAIN section
; is a "translation table" to convert the WIN.INI INTL sLanguage parameter
; (a three letter code) to a preferred language.
;
; The algorithm is as follows:
; The WINEDIT.INI file's WINEDIT section is checked for a "Language" keyword.
; If the "Language" keyword exists, and it's not "English", then that section
; of the WEDLANG.DLL file is used for the default langauge. If the string
; is not defined, the internal English string is used.
;
; If no Language keyword is specified in the WINEDIT.INI file,
; the program looks in WIN.INI, INTL section, "sLanguage" Keyword and grabs
; the three letter language code found there. Then it looks up the three
; letter code in this MAIN section to try and map it to a language. If
; the language desired does not exist (yet) in this file, or if the
; particular string involved has not been translated, then the default is
; English.
;
; NOTE: If any path through this algorithm results in a language of
; "English", the internal strings are used. If you wish to
; translate WinEdit's English into UK, AUS, etc., choose another
; name for your language section, such as "UKEnglish".
;
; If you wish to use a language found in this file, simply choose the
; language by name from the combo box in the Preferences dialog.
;
[Main]
LangAvail=Example
enu=English
eng=English
dan=Danish
nld=Dutch
fin=Finnish
fra=French
frc=French
deu=German
isl=Icelandic
ita=Italian
nor=Norwegian
ptg=Portugese
esp=Spanish
esn=Spanish
sve=Swedish
; The English section here is not used but is included so that
; anyone wanting to translate this to another language can refer to this
; section for how we worded it. It is also a good idea to look at the
; translations of the same string for the other languages to help add a
; little context. If some string seems terribly strange, it probably is,
; simply don't worry about it. Some of these strings are never displayed
; to most users. If a string is missing from the translation, we'll just
; use the English string.
[Example]
; command names
X1001="FileNew"
X1002="FileOpen"
X1003="FileMerge"
X1004="FileList"
X1005="FileDiff"
X1006="FileSave"
X1007="FileSaveAs"
X1008="FileSaveAll"
X1009="FilePrint"
X1010="FilePrintSetup"
X1011="FilePageSetup"
X1012="FileSetPref"
X1013="FileKeys"
X1014="FileExit"
X1015="EditUndo"
X1016="EditRedo"
X1017="EditCut"
X1018="EditCopy"
X1019="EditPaste"
X1020="EditClear"
X1021="EditUp"
X1022="EditDown"
X1023="EditLeft"
X1024="EditRight"
X1025="EditHome"
X1026="EditEnd"
X1027="EditPageUp"
X1028="EditPageDown"
X1029="EditWordLeft"
X1030="EditWordRight"
X1031="EditTopOfFile"
X1032="EditEndOfFile"
X1033="EditTab"
X1034="EditBackTab"
X1035="EditSelectAll"
X1036="EditStartSelection"
X1037="EditEndSelection"
X1038="EditSelectLeft"
X1039="EditSelectRight"
X1040="EditSelectUp"
X1041="EditSelectDown"
X1042="EditSelectHome"
X1043="EditSelectEnd"
X1044="EditSelectPageUp"
X1045="EditSelectPageDown"
X1046="EditSelectWordLeft"
X1047="EditSelectWordRight"
X1048="EditSelectTopOfFile"
X1049="EditSelectEndOfFile"
X1050="EditToggleWordWrap"
X1051="EditToggleIns"
X1052="EditToggleAutoIndent"
X1053="EditBackspace"
X1054="EditCopyLine"
X1055="EditCutLine"
X1056="EditGoToLine"
X1057="EditGoToColumn"
X1058="EditSetColumnBlock"
X1059="SearchFind"
X1060="SearchNext"
X1061="SearchChange"
X1062="SearchBrace"
X1063="SearchNextErr"
X1064="SearchPrevErr"
X1065="SearchViewOutput"
X1066="MacroRecord"
X1067="RunCompile"
X1068="RunMake"
X1069="RunRebuild"
X1070="RunDebug"
X1071="RunExecute"
X1072="RunConfig"
X1073="WindowNew"
X1074="WindowNext"
X1075="WindowMinimize"
X1076="WindowMaximize"
X1077="WindowRestore"
X1078="WindowClose"
X1079="WindowTile"
X1080="WindowCascade"
X1081="WindowArrangeIcons"
X1082="WindowCloseAll"
X1083="HelpIndex"
X1084="HelpKeyboard"
X1085="HelpCommands"
X1086="HelpProcedures"
X1087="HelpOnHelp"
X1088="HelpKeywords"
X1089="HelpAbout"
; general messages
X201="Can't open the file '%s'"
X202="Can't read the file '%s'"
X203="Can't create the file '%s'"
X204="Can't write the file '%s'"
X205="Invalid filename: '%s'"
X207="%s has been changed. Save file before closing?"
X208="Can't find '%s'"
X209="Can't load Windows Help application"
X210="Out of local memory. Save file now and close a window."
X211="Out of memory. Close a document and retry."
X212="You must enter command information in the Configure... dialog box before issuing this command."
X213="Cannot paste a block larger than 64K."
X225="Cannot print %s!"
X226="%s has been changed. Save file before compiling?"
X227="Cannot edit a readonly file"
X2000="Cannot load WinBatch DLL"
X2001="Nothing on clipboard to paste."
X2002="Edit Paste"
X2003=" Pasting column block..."
X2008="Enter License Info..."
X2009=" Recording Macro "
X2010=" Line %lu Col %u"
X2011="Line 999999 Col 99999"
X2012="INS"
X2013="OVR"
X2014="Out of memory."
X2015="Printer Setup"
X2016="Cannot access specified driver."
X2017="Error in Printer Setup"
X2018="Nothing selected to cut."
X2019="Edit Cut"
X2020=" Cutting column block..."
X2021="ANSI Character Set"
X2022="OEM Character Set"
X2023="Text Files|*.txt|INI Files|*.ini|All Files|*.*|"
X2024="Source Files|*.c;*.h;*.rc;*.def|Text Files|*.txt|All Files|*.*|"
X2025="UNTITLED"
X2026="UNTITLED*"
X2027="Error initializing program."
X2028="Open Project File"
X2029="File Merge"
X2030="compiling"
X2031="running Make"
X2032="rebuilding"
X2033="debugging"
X2034="running program"
X2035="Batch processor fatal error"
X2036="Error!"
X2037="running command"
X2038="WinEdit Compile Window"
X2039="Save %s before %s?"
X2040="Compile complete. Choose 'Yes' to analyze\r\nresults, or 'No' to load output file."
X2041="Compile"
X2042="error parsing"
X2043="Nothing selected to cut."
X2044="Edit Cut"
X2045="Nothing selected to copy."
X2046="Edit Copy"
X2047="You can cut a selection greater than 64K to the clipboard, but "
X2048="Cannot paste a selection greater than 64K. Continue anyway?"
X2049=" Copying column block to clipboard..."
X2050="Project Files|*.wpj|All Files|*.*|"
X2051="'%s' not found."
X2052="Find"
X2053="Repeat Last Find"
X2054="Cannot search backwards with regular expression."
X2055="Cannot make regular expression template."
X2056="File Open"
X2057="Save File As"
X2058="%s is a READ ONLY file. Please choose a different file name."
X2059="Save File"
X2060="Error writing file."
X2061="Rename File"
X2062="Replace"
X2063="Please confirm empty replace string."
X2064="Confirm Replace"
X2065="<Unassigned>"
X2066="Reset all key assignments to original default settings?"
X2067="Reset Key Assignments"
X2068="NULL character encountered in file. Replace with '\377' (ASCII value 255) character?"
X2069="Maximum line length of 16384 characters exceeded. Use another editor to edit this file."
X2070="Macro Files"
X2071="Save Recorded Macro As"
X2072="%s is already open. Please choose another name."
X2073="Save Recorded Macro"
X2074="Could not create file."
X2075="Macro script not saved. Try again?"
X2076="Maximum macro size reached."
X2077="Record Macro"
X2078="At top of output listing"
X2079="At bottom of output listing"
X2080="No warnings or errors found"
X2081="Save Project As"
X2082="JIS Character Set"
; dialog box text
X2500="Reopen File"
X2501="&Filename :"
X2502="OK"
X2503="Cancel"
X2504="&Open new..."
X2505="Replace"
X2506="&Find:"
X2507="&Replace with:"
X2508="&Match case"
X2509="C&onfirm before changing"
X2510="Search &backwards"
X2511="C&hange all"
X2512="Regular Expression"
X2513="Print"
X2514="Printing"
X2515="on the"
X2516="on"
X2517="Find"
X2518="&Match Upper/Lowercase"
X2519="F&orward"
X2520="&Backward"
X2521="&Printer:"
X2522="&Setup..."
X2523="Page Setup"
X2524="&Header:"
X2525="&Footer:"
X2526=" %f: File Name %d: Date and Time %p: Page Number"
X2527="Margins"
X2528="&Left:"
X2529="&Right:"
X2530="&Top:"
X2531="&Bottom:"
X2532="&One Up"
X2533="T&wo Up"
X2534="&Printer font..."
X2535="Font"
X2536="&Font:"
X2537="Font St&yle:"
X2538="&Size:"
X2539="&Apply"
X2540="&Help"
X2541="Effects"
X2542="Stri&keout"
X2543="&Underline"
X2544="&Color:"
X2545="Sample"
X2546="AaBbYyZz"
X2547="ANSI Character Set"
X2548="Project Management"
X2549="&Project Name:"
X2550="Working &Directory:"
X2551="Compi&ler:"
X2552="&Open..."
X2553="&Save..."
X2554="%f =file name %n =base name, no extension %e =file extension only"
X2555="&Compile command:"
X2556="Capture Output"
X2557="&Make command:"
X2558="&Rebuild command:"
X2559="De&bug command:"
X2560="&Execute command:"
X2561="Preferences"
X2562="&Screen Font..."
X2563="&File filters..."
X2564="&Backup specification:"
X2565="&Tab Size:"
X2566="Configuration"
X2567="&Lite"
X2568="St&andard"
X2569="&Professional"
X2570="&Reopen last file at startup"
X2571="&Zoom window at startup"
X2572="Show &Control Bar"
X2573="&Warning sounds"
X2574="Go to line:"
X2575="File Filters"
X2576="File filters for the File Open and File Save As dialog boxes"
X2577="&Description"
X2578="&Pattern"
X2579="&Add"
X2580="&Remove"
X2581="Confirm Replace"
X2582="Replace this occurrence?"
X2583="&Yes"
X2584="&No"
X2585="Key Assignments"
X2586="Co&mmands:"
X2587="Cu&rrent Keys for:"
X2588="&Add"
X2589="D&elete"
X2590="&Close"
X2591="Re&set"
X2592="Shortcut Key:"
X2593="<Unassigned>"
X2594="Currently:"
X2595="Configure Error Parsing"
X2596="ERROR&FORMAT:"
X2597="ERROR&ORDER:"
X2598="ERROR&TEXT:"
X2599="&Help"
X2600="&Remove"
X2601="&Default Line End"
X2602="CR/LF"
X2603="LF"
X2604="CR"
X2605="LF/CR"
X2606="Sa&ve tabs in file"
X2607="La&nguage"
X2608="Analyze Results"
X2609="Load Output File"
X2610="Show Status &Bar"
X2611="Show &Horizontal Scrollbar"
X2612="Changes made to the Horizontal Scrollbar setting\nwill take effect for new windows"
X2613="Cursor must be on a word for Keyword Help"
X2614="Cursor must be on a brace for Brace Matching"
X2615="Brace Matching"
X2616="No matching brace found."
X2617="Save files before running tools"
X2618="Prompt before saving files"
X2619="&Help"
; menus
X3001="&New"
X3002="&Open..."
X3003="&Merge..."
X3004="Pre&vious files..."
X3005="&Difference..."
X3006="&Save"
X3007="Save &As..."
X3008="Save A&ll..."
X3009="&Print..."
X3010="P&rinter Setup..."
X3011="Page Se&tup..."
X3012="Pr&eferences..."
X3013="&Key Assignments..."
X3014="E&xit"
X3015="&Undo"
X3016="&Redo"
X3017="Cu&t"
X3018="&Copy"
X3019="&Paste"
X3020="C&lear"
X3035="&Select All"
X3050="&Word Wrap"
X3051="&Insert Mode"
X3052="&Auto Indent"
X3056="&Go to line..."
X3058="Column &Block"
X3059="&Find..."
X3060="&Repeat Last Find"
X3061="&Change..."
X3062="Find Matching &Brace"
X3063="&Next Error"
X3064="&Previous Error"
X3065="&View Compiler Output"
X3067="&Compile"
X3068="&Make"
X3069="&Rebuild"
X3070="&Debug"
X3071="&Execute"
X3072="Con&figure..."
X3073="&New"
X3074="Ne&xt"
X3078="&Close"
X3079="&Tile"
X3080="&Cascade"
X3081="Arrange &Icons"
X3082="Close &All"
X3083="&Index"
X3084="&Keyboard"
X3085="&Commands"
X3086="&Procedures"
X3087="&Using Help"
X3088="&Key Word Help"
X3089="&About WinEdit..."
X4000="&File"
X4001="&Edit"
X4002="&Search"
X4003="&Project"
X4004="&Window"
X4005="&Help"
X4006="&Utility"
X4007="&Macro"
; status line text
X5001="Open new document window"
X5002="Read an existing disk file into document window"
X5003="Merge a disk file into window at current position"
X5004="Select from list of previously opened documents"
X5005="Compare the differences between two files or directories"
X5006="Save current document to disk"
X5007="Save current document with new name"
X5008="Save all changed documents without prompting"
X5009="Print the current document"
X5010="Configure printer"
X5011="Set print output options"
X5012="Set display options"
X5013="Configure shortcut keys"
X5014="Quit the program"
X5015="Undo the previous editing action"
X5016="Restore the last undo operation"
X5017="Move the current selection to the clipboard"
X5018="Copy the current selection to the clipboard"
X5019="Paste the clipboard contents to the document"
X5020="Delete the current selection"
X5035="Select the entire document"
X5050="Turn word wrap on or off"
X5051="Switch between insert and overtype modes"
X5054="Copy the current line to the clipboard"
X5055="Move the current line to the clipboard"
X5056="Move the current position to <line>"
X5057="Move the current position to <column>"
X5058="Select by column"
X5059="Search for text"
X5060="Repeat most recent search"
X5061="Search for text and replace with new text"
X5062="Find next matching brace"
X5063="Review next warning or error"
X5064="Review previous warning or error"
X5065="View captured compiler output"
X5067="Compile a source file"
X5068="Make the executable as specified in the project file"
X5069="Rebuild the executable as specified in the project file"
X5070="Start the debugger"
X5071="Run the executable"
X5072="Configure the project options"
X5073="Create a new window"
X5074="Switch to next document window"
X5075="Minimize the document window"
X5076="Maximize the document window"
X5077="Restore the document window"
X5078="Close the document window"
X5079="Tile all document windows"
X5080="Cascade all document windows"
X5081="Arrange minimized document windows"
X5082="Close all document windows"
X5083="Display the Help Index"
X5084="Display the Keyboard Help"
X5085="Display the Command Help"
X5086="Display the Procedures Help"
X5087="Display Help on using Windows Help"
X5088="Display Help using current word as topic"
X5089="Display the About dialog"